Notes
#notes
Possible replacements *
It is possible to replace the following parameters:
- "assort_ext_id" (Product ID in the manufacturer´s system)
- "unit_ext_id" (Package ID in the manufacturer´s system)
- "depart_ext_id" (Department ID in the manufacturer´s system)
- "product_line_ext_id" (Production line ID in the manufacturer´s system)
- "doc_ext_id" (Production document ID in the manufacturer´s system)
With the following:
- "assort_id" (Product ID in T&T system)
- "unit_id" (Package ID in T&T system)
- "depart_id" (Department ID in T&T system)
- "product_line_id" (Production line ID in T&T system)
- "doc_id" (Production document ID in T&T system)
Each “…ext_id” parameter is an ID in the external system (manufacturer system), if it was not passed when, e.g., creating the document (“doc_ext_id”) / or creating a new product (“assort_ext_id”, “unit_ext_id”) / or creating new department and production line (“depart_ext_id”, “product_line_ext_id”), then they cannot be used further, and the IDs of our system must be used.
Randomly receiving requests
The scheme is the following: each department should organize true/correct queue to send requests.
Correct queue of messages is necessary because randomly receiving requests can lead to problems in our system with verification of the correct flow of the codes. For example: If we work with the timestamp scheme you requested and you send us request for the shipment of product mistakenly, our system checks this code, and successfully ships this code. Next, we receive disaggregation request of this code, but it has an earlier time than shipment. Naturally, this disaggregation request can't be processed and you will receive an error. However, it was a correct request but because it was processed in an incorrect queue, our system will not be able to fulfil it. There are many such examples.
Packaging structure
Each product in T&T system has a certain packaging structure, that can be configured directly on product level by the user; in case if it is not configured on the product level – to such products will be applied the packaging structure that is configured (with the assistance of T&T Administrator) on product group level / or on product category level.
Print labels size and codes generation templates (e.g., for tobacco: “template for pack”, “template for bundle”) are also configured by T&T Administrator.